WatchOS 6.2.6 - Can not test sanbox In-app purchase with independent app - watchos

I have problem when test in-app purchase sanbox in independent WatchOS application
Enviroment: Xcode 11.5 and WatchOS 6.2.6 - Swift UI project
The problem is when i call function buy the product, the WatchOS (both simulator and real device) alway shows message: unable to purchase app sign in with your apple id from the apple watch app on your iphone.
view image
I tried to build and test in TestFlight mode also, its same result.
Changed AppleID in Iphone (pairing with watch) but not effect.
When debuging In simulator and device, i can get informations about IAP packages (include price and description) created on the Itune connect.
Anyone meet the problem before, please help me resolve it.
Many thank !

Related

Unknown error getting products react-native-iap

I have days trying to implement in app purchase in React Native without success. I was trying using In-app purchases from Expo and right now with react-native-iap and I'm facing this error:
error code: E_UNKNOWN. error message: UNKNOWN_ERROR
Subscription file
Apple Connect Info
App.tsx file:
This bug occurs on ios Simulator, after hours and hours of search and no solutions, what you need to do is Running the app on real device.
connect ios device to your computer and run it on the real device and you will see your in-app products
You cannot test in app purchase in simulator.
There is way to test in app purchase in simulator
Using StoreKit we can test in app purchase in simulator please look at this

Error when testing ionic app on IOS device

I have this error when i test ionic app on IOS device
i have adding the signing but i have the same error
i test this app on browser and emulator is working with xcode but on device ios not working this is the error
Showing Recent Issues
Signing for "MyApp" requires a development team. Select a development team in the Signing & Capabilities editor.
please someone can help me ?
first try to clean and rebuild the project again. But if it works in the browser and emulator, but not on a device. This is a symptom that you havent paid and have a valid anual license of xcode

How can create simulator build of application which uses camera?

I have developed one application in which camera is used. App uses camera for video recording and also my app is totally based on camera. Now I have to submit app for Facebook review as I have used FacebookLoginSDK.
Facebook App review requires simulator build, but all you know how can we access camera in simulator ?
So how can I show my app to Facebook ?
I have referred below guidelines :
http://king107.blogspot.in/p/how-to-create-simulator-build-and-run.html
Creating an iOS Simulator Build of Cocoapod project
My build is created successfully, but the problem is cannot access camera.
If anyone have alternate solution, then please let me know.
As of now, there's no way you can test camera function of your app if you're using a simulator.
The best solution is to get an iOS device, borrow from someone you know that owns iOS devices.
https://developer.apple.com/library/content/documentation/IDEs/Conceptual/iOS_Simulator_Guide/TestingontheiOSSimulator/TestingontheiOSSimulator.html

iTunes Connect watchOS2 App Error

I am seeing the following warning in iTunes Connect when I add a build to an app version:
Your binary doesn’t support Apple Watch. The screenshots for Apple
Watch won’t be shown on the App Store.
The bundle does include an Apple watchOS2 native app, and it installs fine over TestFlight.
Is there anything I should do to resolve this issue, or does iTunes Connect not yet recognize native watchOS2 apps?
When I posted this question, although Apple had released Xcode 7 GM, iTunes Connect did not have support for the submission of iOS 9 and watchOS 2 apps.
Today, Apple released the following press release, and I was able to submit my watchOS 2 app with no errors.
Press Release: https://developer.apple.com/news/?id=09112015a

Installing iOS apps without Apple Developer Program on iOS 7

I'm trying to install my iOS app on to devices running iOS 7.0. I can install them on my iPhone 4 with iOS 5.1 jailbroken. But currently I'm not able to do so on a friend iPad 4 with iOS 7.0.
For installing them on JB devices I'm using JailCoder .
It works without any problem and I can code and compile my test apps, and put them on JB devices without any effort.
Recently trying to investigate possibilities I found an application named PP25 for Windows, it is a chinese application and it is said to be able to install cracked apps on NON-JB devices.
So i tried to see ig it works somehow, I was able to get my apps converted as ipas from my phone and download them to desktop with it, and i can then upload on other JB devices, thanks to a Cydia application named AppSync, pretty good indeed, but I tried and wasn't able to install them on iOS 7.
That was disappointing, I made additional tests and it appears that the PP Assistant application is able to install cracked apps on iOS 7.0 too, but not my unsigned apps (fails to verify the app rights).
Indeed there is a section in the chinese application where you can download and install commercial apps on iOS 7.0, so there must be a trick they use to re-sign the apps to make it appear as it's a legit app and thus be able to upload to the device even if not jailbroken.
If someone has any idea of what they actually do to make this happen, this would be very useful to know to test apps without JB on every device.
Non-jailbroken devices require valid code-signing to execute binaries. Either wait for a jailbreak to surface for iOS7.X, or find a code-signing service (they are available out there).
Using Xcode 7, you can install your app to your device using a freely available Apple ID.
Free On-Device Development
Now everyone can run and test their own app on a device—for free. You can run and debug your own creations on a Mac, iPhone, iPad, iPod touch, or Apple Watch without any fees, and no programs to join. All you need to do is enter your free Apple ID into Xcode. You can even use the same Apple ID you already use for the App Store or iTunes. Once you’ve perfected your app the Apple Developer Program can help you get it on the App Store.
See Launching Your App on Devices for detailed information about installing and running on devices.
Source