store.init hangs

After updating to the build 2017.3184, my app hangs after calling store.init( “apple”, transactionCallback ). I didn’t change anything in the store code, but I removed “CFBundleIconFiles” and added "xcassets=“Images.xcassets” line to the build.settings for iOS 11 compatibility. I checked my profiles and certificates, everything seems right. Help appreciated.

The only parameter to store.init() is the transaction listener:

store.init( transactionCallback )

See: https://docs.coronalabs.com/api/library/store/init.html

Rob

I tried it like that also Rob. Still hangs. BTW, in the in App purchase sample, store.init is still used with platform argument. 

Have you tried on another device?

Are you getting any response in transactionCallback()?

I am trying on iPhone and iPad. I got no response in transactionCallback(). App never goes there.

Edit: store is working in Android. The problem is in iOS.

try rebuilding your certificate chain

Well, rebuilding my certificate chain didn’t work either. I’ve started to think that something  is wrong with my developer  account. But it is strange that Corona doesn’t give any feedback about the process. I can’t see the source of the problem. App just cannot go out of the store.init. It just stays there. There is no feedback displayed in the build panel. BTW All the animations, sounds are still playing on the screen. 

The only parameter to store.init() is the transaction listener:

store.init( transactionCallback )

See: https://docs.coronalabs.com/api/library/store/init.html

Rob

I tried it like that also Rob. Still hangs. BTW, in the in App purchase sample, store.init is still used with platform argument. 

Have you tried on another device?

Are you getting any response in transactionCallback()?

I am trying on iPhone and iPad. I got no response in transactionCallback(). App never goes there.

Edit: store is working in Android. The problem is in iOS.

try rebuilding your certificate chain

Well, rebuilding my certificate chain didn’t work either. I’ve started to think that something  is wrong with my developer  account. But it is strange that Corona doesn’t give any feedback about the process. I can’t see the source of the problem. App just cannot go out of the store.init. It just stays there. There is no feedback displayed in the build panel. BTW All the animations, sounds are still playing on the screen.