Code Monkey home page Code Monkey logo

Comments (8)

rdefalco avatar rdefalco commented on June 12, 2024

If could be relevant, the manifest additions were originally created by apm and edited by us

<InfoAdditions><![CDATA[

<key>ITSAppUsesNonExemptEncryption</key>
<false/>

<key>MinimumOSVersion</key>
<string>11.0</string>

<key>NSContactsUsageDescription</key>
<string>Non è necessario accedere ai contatti</string>

<key>NSCalendarsUsageDescription</key>
<string>Non è necessario accedere al calendario</string>

<key>NSPhotoLibraryUsageDescription</key>	
<string>Per allegare documenti e' necessario consentire l'uso della libreria</string>

<key>NSPhotoLibraryAddUsageDescription</key>
<string>Per allegare documenti e' necessario consentire l'uso della libreria</string>

<key>NSCameraUsageDescription</key>			
<string>Per leggere i codici a barre e' necessario consentire l'uso della fotocamera</string>

<key>NSMicrophoneUsageDescription</key>		
<string>Per leggere i codici a barre e' necessario consentire l'uso della fotocamera</string>

<key>NSLocationAlwaysUsageDescription</key> 
<string>Per la funzione mappa clienti occorre conoscere la posizione</string>   

<key>NSLocationWhenInUseUsageDescription</key>
<string>Per la funzione mappa clienti occorre conoscere la posizione</string>   

<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>Per la funzione mappa clienti occorre conoscere la posizione</string>   

<key>FirebaseAppDelegateProxyEnabled</key>
<false/>

<key>UIBackgroundModes</key>
<array>	<string>remote-notification</string>	</array>

<key>UIDeviceFamily</key>
<array> <string>1</string> <string>2</string> </array>
	]]></InfoAdditions>
    <Entitlements><![CDATA[
		<key>aps-environment</key> <string>production</string>
		<key>com.apple.developer.team-identifier</key> <string>EDITED</string>
		<key>get-task-allow</key> <false/>
		<key>application-identifier</key> <string>EDITED.com.edminformatica.ordy</string>
		<key>keychain-access-groups</key> <array>	<string>EDITED.*</string>	</array>
	]]></Entitlements>
  </iPhone>

from adobe-runtime-support.

rdefalco avatar rdefalco commented on June 12, 2024

Also compiling the app with AIR 50.2.4.1 upgrading the minimum iOS version to 12 does NOT solve the problem

from adobe-runtime-support.

rdefalco avatar rdefalco commented on June 12, 2024

Found online that sometimes NSTimer on iOS could cause this issue, and we are executing the Push Notifications initialization after certain time using a flash.Timer, I'm investigating this

from adobe-runtime-support.

ajwfrost avatar ajwfrost commented on June 12, 2024

Hi

I don't suppose there's any more information the crash log about this:

Exception Reason: +[%s %s]: unrecognized selector sent to class 0x10423e508

Ideally, the selector name or the class type! Or any call stack for the crashed thread?

thanks

from adobe-runtime-support.

rdefalco avatar rdefalco commented on June 12, 2024

Here is a complete crash report, should it contain private information let me know and I will delete the comment/attachment

testflight_feedback (7).zip

from adobe-runtime-support.

rdefalco avatar rdefalco commented on June 12, 2024

Also we are cleaning the code (business app built over the years) to make sure that the Firebase initialization is not called more than once

EDIT: it seems that the initialization is started only once.

Also, to clarify: we are migrating to Distriqt FCM ANEs recently, so we don't have a "previous working configuration" of our app and their ANEs. Since we were using Myflashlabs before, we removed several ".framework" from the stub folder of the AIR/Flex SDK because apparently they are not needed anymore. If I remember correctly, leaving these ".framework" folders in place caused build errors when exporting to IPA.

from adobe-runtime-support.

rdefalco avatar rdefalco commented on June 12, 2024

Oook we rebuilt from scratch FeathersSDK, overlaid it with latest AIR and the crash didn't happen, let me analyze more details and confirm the issue was caused by some dirty/residual library in the SDK folder...

from adobe-runtime-support.

marchbold avatar marchbold commented on June 12, 2024

@rdefalco I can't see anything related to the push notifications extension in that crash log, but if you do manage to reproduce it again let me know.

from adobe-runtime-support.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.